home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 February / PC Action Issue 75 (Febraio 1999).iso / pcaction / tracce / soho_backup / install.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Text File  |  1998-12-20  |  1KB  |  60 lines

  1. object InstallForm: TInstallForm
  2.   Left = 136
  3.   Top = 153
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install'
  7.   ClientHeight = 301
  8.   ClientWidth = 529
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SeparatorBevel: TBevel
  17.     Left = 7
  18.     Top = 253
  19.     Width = 514
  20.     Height = 9
  21.     Shape = bsTopLine
  22.   end
  23.   object FinishButton: TButton
  24.     Left = 422
  25.     Top = 263
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Finish'
  29.     TabOrder = 0
  30.     OnClick = FinishButtonClick
  31.   end
  32.   object NextScreenButton: TButton
  33.     Left = 270
  34.     Top = 263
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Next >'
  38.     TabOrder = 1
  39.     OnClick = NextScreenButtonClick
  40.   end
  41.   object PrevScreenButton: TButton
  42.     Left = 185
  43.     Top = 263
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '< Prev'
  47.     TabOrder = 2
  48.     OnClick = PrevScreenButtonClick
  49.   end
  50.   object QuitButton: TButton
  51.     Left = 33
  52.     Top = 263
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Quit'
  56.     TabOrder = 3
  57.     OnClick = QuitButtonClick
  58.   end
  59. end
  60.